home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 1 / Literacy Segments Part 1 / card_47887.txt < prev    next >
Text File  |  1989-08-22  |  1KB  |  55 lines

  1. -- card: 47887 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 48376
  5. -- name: What is OSI Model? C/6
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global btnStatus
  9.   get line 1 of btnStatus
  10.   -- the line number should be tailored for each menu
  11.   repeat with i = 1 to 3
  12.     -- tailor to number of menu items on given menu
  13.     if item i of it is not empty
  14.     then set the hilite of bg btn ("item" & i) to true
  15.   else set the hilite of bg btn ("item" & i) to false
  16. end repeat
  17. pass openCard
  18. end openCard
  19.  
  20.  
  21. -- part contents for background part 24
  22. ----- text -----
  23. The seven layers of the OSI model have been grouped into three functions.  We recommend choosing them in the order presented below:
  24. (At this point, you should focus mostly on the upper and lower functions.)
  25.  
  26. -- part contents for background part 44
  27. ----- text -----
  28. Click a choice for more information.
  29.  
  30. -- part contents for background part 26
  31. ----- text -----
  32. The Upper
  33. Functions
  34.  
  35. -- part contents for background part 30
  36. ----- text -----
  37. The Lower
  38. Functions
  39.  
  40. -- part contents for background part 31
  41. ----- text -----
  42. The Middle
  43. Functions
  44.  
  45. -- part contents for background part 3
  46. ----- text -----
  47. What is the OSI Model?
  48.  
  49. -- part contents for background part 11
  50. ----- text -----
  51. The OSI Layers
  52.  
  53. -- part contents for background part 49
  54. ----- text -----
  55. 47887